home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1484 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.onramp.net!enterprise
  2. From: oa@iah.com (Rick Lutowski)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: c plotting function needed
  5. Date: 14 Jan 1996 13:42:52 GMT
  6. Organization: On-Ramp; Individual Internet Connections; Dallas/Ft Worth/Houston, TX USA
  7. Message-ID: <4db18s$9vt@news.onramp.net>
  8. References: <4cqeq4$oho@mirv.unsw.edu.au>
  9. Reply-To: oa@iah.com (Rick Lutowski)
  10. NNTP-Posting-Host: iah04.iah.com
  11. X-Newsreader: skim version 0.8.2
  12.  
  13. z.wu@unsw.edu.au (Zhenjie Wu) wrote:
  14. >Hi !  I need  C function to plot  figures for  two dimensions data.
  15. >The function should be able to plot, zoom in/out and set scale
  16. >properly, somewhat similar to the PLOT and SCROLL  functions in
  17. >MATLAB.
  18. >
  19. >It would be greatly appreciated if you tell me where to get it or if
  20. >you can send me one.
  21. >
  22. You might check out the graphics package in the Programmer's
  23. Reusable Library, called PRL-GRAPHICS.  It is more like CA-DISSPLA
  24. than MATLAB but should be able to do what you want.  It is currently 
  25. written in Fortran but may be callable from C depending on your 
  26. compiler(s).  It is supported on a variety of UNIX and VMS systems, 
  27. and if you use or have access to a Linux system, you can download it 
  28. and use it for free.  Even if you do not have Linux, you may doenload 
  29. the Linux user manual (which is the same on all systems) and read
  30. about it in detail.
  31.  
  32. For more information, and to download the files, visit the
  33. Object Access web site at http://www.iah.com/oa/.
  34.  
  35. Rick Lutowski
  36. -- 
  37. +-----------------------------------------------------------------+
  38. |  Rick Lutowski       oa@iah.com                   713-332-7281  |
  39. |  Object Access       http://www.iah.com/oa/       713-554-7617  |
  40. | --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- |
  41. |  The source for Programmer's Reusable Libraries (TM)     oa=OO  |
  42. +-----------------------------------------------------------------+
  43.